forward compatible - meaning and definition. What is forward compatible
Diclib.com
Online Dictionary

What (who) is forward compatible - definition

DESIGN CHARACTERISTIC THAT ALLOWS A SYSTEM TO ACCEPT INPUT INTENDED FOR A LATER VERSION OF ITSELF
Forward compatible; Forwards-compatible; Forwards compatibility; Upward compatible; Forwards compatible; Upward compatibility; Upward Compatibility; Bidirectional compatibility; Multidirectional compatibility; Not Upwardly Compatible; Forward-compatible

forward compatible         
forwards compatible         
Forward compatibility         
Forward compatibility or upward compatibility is a design characteristic that allows a system to accept input intended for a later version of itself. The concept can be applied to entire systems, electrical interfaces, telecommunication signals, data communication protocols, file formats, and programming languages.

Wikipedia

Forward compatibility

Forward compatibility or upward compatibility is a design characteristic that allows a system to accept input intended for a later version of itself. The concept can be applied to entire systems, electrical interfaces, telecommunication signals, data communication protocols, file formats, and programming languages. A standard supports forward compatibility if a product that complies with earlier versions can "gracefully" process input designed for later versions of the standard, ignoring new parts which it does not understand.

The objective for forward compatible technology is for old devices to recognise when data has been generated for new devices.

Forward compatibility for the older system usually means backward compatibility for the new system, i.e. the ability to process data from the old system; the new system usually has full compatibility with the older one, by being able to both process and generate data in the format of the older system.

Forward compatibility is not the same as extensibility. A forward compatible design can process at least some of the data from a future version of itself. An extensible design makes upgrading easy. An example of both design ideas can be found in web browsers. At any point in time, a current browser is forward compatible if it gracefully accepts a newer version of HTML. Whereas how easily the browser code can be upgraded to process the newer HTML determines how extensible it is.